VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / PhotoshopResourceCodec Class / Decode Methods / Decode(Byte[]) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Decode(Byte[]) Method (PhotoshopResourceCodec)
    In This Topic
    Decodes and returns a collection of Photoshop resources from specified byte array.
    Syntax
    'Declaration
    
    Public Overloads Function Decode( _
    ByVal data
    Byte array that contains Photoshop resources data.
    () As Byte _
    ) As PhotoshopResource[]
    public PhotoshopResource[] Decode(
    byte[] data
    )
    public: PhotoshopResource*[] Decode(
    byte[]* data
    )
    public:
    PhotoshopResource^[] Decode(
    array<byte>^ data
    )

    Parameters

    data
    Byte array that contains Photoshop resources data.

    Return Value

    An array of PhotoshopResource objects.
    Exceptions
    ExceptionDescription
    Thrown if data is null.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also